type net/http.bodyEOFSignal
6 uses
net/http (current package)
transport.go#L2358: body := &bodyEOFSignal{
transport.go#L2978: type bodyEOFSignal struct {
transport.go#L2989: func (es *bodyEOFSignal) Read(p []byte) (n int, err error) {
transport.go#L3012: func (es *bodyEOFSignal) Close() error {
transport.go#L3027: func (es *bodyEOFSignal) condfn(err error) error {
transport.go#L3040: body *bodyEOFSignal // underlying HTTP/1 response body framing
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)